﻿NAI = {
	MONEY_SPENDING_INNOVATION_CRITICAL_THRESHOLD = 0.5 #0.25 # If innovation production compared to cap is worse than this, AI considers it very important to improve
}
NCharacters = {
	MAX_CHARACTER_HEALTH = 10.0
}
NPops = {
	CULTURAL_MIGRATION_FROM_RADICALS = 0.15	# At 100% radicals, this fraction of the pop wants to mass migrate
	MIGRATION_MAX_PER_STATE_BASE = 1000	# No more than this amount of people can move from or to a state in a single week (base)	
}